home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 1147 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  741 b 

  1. Path: news1.cle.ab.com!usenet
  2. From: don.phillips@ab.com (Donald-Anthony C. Phillips)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Executing DOS command from C
  5. Date: Thu, 11 Jan 1996 20:22:14 GMT
  6. Organization: The Allen-Bradley Co., Inc
  7. Distribution: inet
  8. Message-ID: <4d3h08$8b5@news1.cle.ab.com>
  9. References: <4d28di$b7g@globe.indirect.com>
  10. NNTP-Posting-Host: abpc386.cle.ab.com
  11. X-Newsreader: Forte Free Agent 1.0.82
  12.  
  13. There is the system(char *s) function for passing an executable
  14. command to the O/S.  However if you want the return value of that
  15. command, this would require a little more.
  16. Donald-Anthony C. Phillips
  17. Programmer/Analyst
  18.  Rockwell  Automation
  19.        ---------------------------------------
  20.         Allen-Bradley
  21. don.phillips@ab.com
  22.  
  23.